home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / noveldos.700 / readme.txt < prev    next >
Text File  |  1994-01-26  |  21KB  |  582 lines

  1.                        Novell DOS 7 Release Notes
  2.                        ==========================
  3.  
  4. These release notes contain information about the following topics. This
  5. information is NOT included in the Novell DOS 7 User Guide or in DOSBook.
  6.  
  7. - Using DOUBLESPACE and SUPERSTOR drives
  8.  
  9. - Compressing Bernoulli drives with Stacker
  10.  
  11. - Using the NWCACHE delayed write mode
  12.  
  13. - Enabling CD-ROM drives
  14.  
  15. - Full-screen programs on non-standard VGAs
  16.  
  17. - Undeleting files across the network
  18.  
  19. - Configuring the EMM386 memory manager to increase EMS handles
  20.  
  21. - DOS Protected Mode Services (DPMS) loading order
  22.  
  23. - Task Manager - loading LOCK as a permanent task
  24.                - network drive mappings
  25.                - LAN Workplace for DOS support
  26.                - running 4DOS
  27.                - using the task switcher and server
  28.  
  29. - DOSBook corrections (DOSKEY and NET SAVE)
  30.  
  31. - Setting up "one-time login"
  32.  
  33. - Connecting to NetWare 2 and 3 servers
  34.  
  35. - Using a network copy of MS Windows on the local server
  36.  
  37. - Increasing the number of file handles when required 
  38.  
  39. - Using OEM-supplied network board drivers
  40.  
  41. - Running Personal NetWare with other networking products
  42.  
  43. - The Personal NetWare tutorial
  44.  
  45. - Modifications made to MS Windows .INI files by Personal NetWare
  46.  
  47. - Using remote computers on the network
  48.  
  49. - Information on Remote Program Load
  50.  
  51. - Getting updates to Search and Destroy anti-virus
  52.  
  53.  
  54. DOUBLESPACE and SUPERSTOR Drives
  55. ================================
  56.  
  57. Drives which have been compressed using Doublespace or SuperStor are  
  58. supported by Novell DOS 7. However, to gain the full benefit of reduced
  59. memory consumption and more robust disk compression, it is recommended
  60. that you convert your Doublespace or SuperStor drives to Stacker. You can
  61. use the conversion option in the Novell DOS 7 SETUP program. Run SETUP
  62. after you install Novell DOS 7. Note that the conversion does not support
  63. Superstor Pro drives.
  64.  
  65. For performance reasons, this conversion operates initially on the
  66. container file format only. Conversion of actual data to Stacker format
  67. is performed subsequently whenever any existing SuperStor or Doublespace
  68. compressed data is written back to the disk.
  69.  
  70. If you run the DISKOPT program on a drive that is partially converted,
  71. the disk optimizer automatically performs a complete Stacker conversion
  72. by compressing all remaining data. If you run Setup to change the size
  73. of the stacker drive, or try to unstack the drive, it must have been
  74. previously converted entirely to Stacker or you may encounter error
  75. messages.  Refer to the Novell DOS 7 User Guide or DOSBook for information 
  76. about DISKOPT and its options.  
  77.  
  78. Note: Early versions of Norton Utilities 7.0 will incorrectly diagnose a
  79. converted Superstor or Doublespace drive as faulty. THIS IS NOT A FAULT 
  80. ON THE DRIVE. Please contact your supplier for an updated version of the
  81. Norton Utilities.
  82.  
  83. Stacker
  84. =======
  85.  
  86. Do not attempt to compress Bernoulli bootable drives. You can compress
  87. Bernoulli drives that are not bootable, however.
  88.  
  89. NWCACHE 
  90. =======
  91.  
  92. Delayed write mode is disabled as part of the default configuration
  93. for NWCACHE. This is a safety feature to prevent loss of data if the
  94. computer is switched off before disk writes have been completed. Enabling
  95. delayed write mode will improve performance but you must make sure you do
  96. NOT switch off your computer before all data is written to the disk. Do
  97. this in one of the following ways:
  98.  
  99. 1. Perform a "soft boot" (press Ctrl+Alt+Del) before switching the
  100.    computer off. A soft boot automatically flushes all pending data to
  101.    disk.
  102.  
  103. 2. Wait beyond the delayed write time you specified, after the disk access
  104.    light goes out.
  105.  
  106. 3. Wait for the system prompt to return (see below).
  107.  
  108. When delayed write mode is enabled, the cache is 'flushed' (all data is
  109. written to the disk) BEFORE the system prompt returns, by default. This is
  110. a safety feature. You can disable (or re-enable) this feature by specifying
  111. the following option in the NWCACHE start-up or control command at the
  112. system prompt:
  113.  
  114. /FLUSH=ON|OFF
  115.  
  116. If delayed write is enabled (on a computer that is running the Personal
  117. NetWare server software), you can also save memory by setting the number
  118. of I/O buffers to zero via the NET ADMIN program.
  119.  
  120. Using CD-ROM Drives
  121. ===================
  122.  
  123. To use a CD-ROM drive with Novell DOS 7, the device driver for your
  124. CD-ROM drive must be loaded. CONFIG.SYS must include a DEVICE (or
  125. DEVICEHIGH) statement that loads the appropriate driver (the one that
  126. came with your CD-ROM drive). The DEVICE statement must include a
  127. /D:drivername parameter, where drivername is the 'signature' assigned
  128. to the driver.
  129.  
  130. Novell DOS 7 includes the NWCDEX program to provide access to CD-ROM
  131. drives. You can load NWCDEX at the system prompt or in the AUTOEXEC.BAT
  132. file. Note that the device driver that came with your CD-ROM drive must
  133. be loaded BEFORE you load NWCDEX (see previous paragraph).
  134.  
  135. Note: You can use MSCDEX to access CD-ROM drives, but using NWCDEX allows
  136. you to use DPMS and saves memory.
  137.  
  138. The syntax of NWCDEX is as follows:
  139.  
  140. NWCDEX [/?|/H] /D:drivername [/E] [/L:letter] [/M:number] [/N] [/V]
  141.  
  142. /?|/H        Displays help text.
  143.  
  144. /D:drivername    Specifies the name of the CD-ROM driver. This name matches
  145.         the drivername specified in the DEVICE statement that loads
  146.         the driver.
  147.  
  148. /E        Specifies the use of expanded memory (if available) when
  149.         DPMS is not available.
  150.  
  151. /L:letter    Specifies the drive letter to assign to the CD-ROM drive.
  152.         The default is to use the first available (unused) drive.
  153.  
  154. /M:number    Specifies the number of sector buffers to allocate. The
  155.         default is 14.
  156.  
  157. /N        Disables the use of DPMS. By default, NWCDEX will use
  158.         extended memory if DPMS is not available.
  159.  
  160. /V        Prints debug information during initialization.
  161.  
  162. Example
  163. -------
  164.  
  165. The following examples show the appropriate statements in CONFIG.SYS and
  166. AUTOEXEC.BAT to load and access a CD-ROM drive. In this example, the CD-ROM
  167. driver supplied with the drive is CDROMDRV.SYS and it is to be accessed as
  168. drive G:
  169.  
  170. in CONFIG.SYS:
  171.  
  172. DEVICE=C:\NWDOS\CDROMDRV.SYS /D:NWCD000
  173.  
  174. in AUTOEXEC.BAT:
  175.  
  176. NWCDEX /D:NWCD000 /L:G
  177.  
  178. Full-Screen Programs and Non-Standard VGAs
  179. ==========================================
  180.  
  181. Some portable, laptop, and notebook computers with LCD or TFT displays 
  182. support a non-standard VGA text mode known as 'Expanded' or 'Stretched' 
  183. text. This mode 'stretches' the standard 80x25 (400 pixels high) text 
  184. mode so that it fills the entire physical screen which is 480 pixels 
  185. high. This mode, if used, may interfere with the enhanced text mode of
  186. the full screen programs, such as NET ADMIN. 
  187.  
  188. If you encounter problems, it is recommended that you disable the 
  189. 'Stretched' text on your computer. Refer to the documentation for your 
  190. computer for information about CMOS setup configuration.
  191.  
  192. If you cannot disable this mode or prefer to keep 'Stretched' 
  193. mode enabled, you can disable the enhanced text mode of the full 
  194. screen programs in one of three ways:
  195.  
  196. 1. By entering the name of the program followed by the /N switch 
  197.    at the system prompt 
  198.  
  199. 2. By selecting to disable the enhanced text mode globally from within 
  200.    the SETUP program
  201.  
  202. 3. By editing the NWDOS.INI file to change NewUI = ON to NewUI = OFF
  203.  
  204. Undeleting Files Across the Network
  205. ===================================
  206.  
  207. You can use UNDELETE to recover deleted files across the network on both
  208. Personal NetWare and NetWare 2, 3, and 4 servers. To undelete a file from
  209. a Personal NetWare server, the file must have been saved as a pending
  210. delete file by DELWATCH and DELWATCH must have been run on the Personal
  211. NetWare server prior to the file being deleted. Note that it is NOT
  212. necessary to run DELWATCH on the client computer from which UNDELETE is
  213. being run.
  214.  
  215. EMM386 Memory Manager
  216. =====================
  217.  
  218. For applications that require more EMS/XMS handles, add the following
  219. option to the EMM386 DEVICE statement in CONFIG.SYS to increase the
  220. number of handles available:
  221.  
  222. HANDLES=n (where n is a number from 0 to 255)
  223.  
  224. DOS Protected Mode Services (DPMS)
  225. ==================================
  226.  
  227. Be aware that the DPMS driver must always be loaded before the software
  228. that uses it (NWCACHE, SERVER.EXE, etc.).
  229.  
  230. Loading LOCK Permanently Under the Task Manager
  231. ===============================================
  232.  
  233. You can load LOCK as a permanent task under the Task Manager by
  234. using the LOCK /P option with the TASKMGR /C command as follows:
  235.  
  236. TASKMGR /C LOCK password /P
  237.  
  238. where password is the password you use to unlock the system. 
  239.  
  240. Network Drive Mappings under the Task Manager
  241. =============================================
  242.  
  243. The Task Manager defaults to global NetWare drive mappings. Changes
  244. made to drive mappings in one DOS session are duplicated to ALL DOS
  245. sessions.
  246.  
  247. LAN Workplace for DOS Support under the Task Manager
  248. ====================================================
  249.  
  250. The Task Manager supports LAN Workplace for DOS. To enable it, you
  251. must edit the TASKMGR.INI file. Uncomment the following two lines:
  252.  
  253. vxd=c:\lwfd\vtcpip.386
  254.  
  255. and
  256.  
  257. GlobalPages=2
  258.  
  259. Refer to the instructions contained in the TASKMGR.INI file for more
  260. information.
  261.  
  262. Load the network drivers (including TCPIP.EXE) before loading the Task
  263. Manager.
  264.  
  265. Running 4DOS under the Task Manager
  266. ===================================
  267.  
  268. To run 4DOS under the Task Manager (multitasker), you must edit the
  269. TASKMGR.INI file to make the following change in the [Shell] section:
  270.  
  271. Exec=FALSE
  272. to
  273. Exec=TRUE 
  274.  
  275. Using the Task Switcher and Personal NetWare Server
  276. ===================================================
  277.  
  278. If you are using the task switcher with the Personal NetWare server,
  279. it is recommended that you add the following line to your NET.CFG file:
  280.  
  281. ALTERNATE CALLDOS = ON
  282.  
  283. Note:  This line is required for Task Switching ONLY and will not be used
  284. in Multi-Tasking mode.
  285.  
  286. DOSBook Corrections
  287. ===================
  288.  
  289. DOSKEY
  290.  
  291. The parameters for the DOSKEY command have changed and are incorrectly
  292. documented in the "Command Reference" chapter of DOSBook. Use DOSKEY as
  293. follows:
  294.  
  295. DOSKEY [/?] [/M] [/R] [/B=nnnn] [/H] [/I] [/O] [macro=[text]]
  296.  
  297. where
  298.  
  299. /?        Displays help text about DOSKEY.
  300.  
  301. /M        Lists all the DOSKEY macros currently stored in the
  302.         buffer.
  303.  
  304. /R        Clears all macros from the command line buffer and
  305.         installs a new version of DOSKEY.
  306.  
  307. /B=nnnn        Changes the size of the macro and command line history
  308.         buffer, where nnnn is the size in number of bytes. The
  309.         default size is 512 bytes.
  310.  
  311. /H        Lists the contents of the command line history buffer.
  312.  
  313. /I        Sets the default editing mode to insert.
  314.  
  315. /O        Sets the default editing mode to overstrike.
  316.  
  317. macro=text    Creates a new macro, when you specify the commands you
  318.         want the macro to execute (text).
  319.  
  320. macro=        Deletes the macro. 
  321.  
  322. NET SAVE
  323.  
  324. The description of NET SAVE in the "NET Commands" chapter of DOSBook
  325. incorrectly states that network connections are saved to a batch file
  326. called NWLOGIN.BAT. The name of this file should be PNWLOGIN.BAT.
  327.  
  328. One-time Login
  329. ==============
  330.  
  331. "One-time login" is a facility that allows a user to log in to both the
  332. local computer and multiple network servers (and a workgroup) by entering
  333. a username and password ONCE only.
  334.  
  335. One-time login works by remaking the network connections previously saved
  336. in a local login script. When the login script is rerun, the one-time
  337. login username and password are substituted each time they are requested
  338. by a LOGIN command in the login script. One-time login requires that the
  339. same username and password are used on all servers and the workgroup. By
  340. default, the LOCK program also uses the one-time login password.
  341.  
  342. To use the one-time login facility, your computer must be configured so
  343. that Novell DOS 7 security is enabled and the Personal NetWare server
  344. is loaded. A local user must be defined, as documented in the "Creating
  345. and Modifying User Accounts" section of the "Setting Up the Network"
  346. chapter in the Novell DOS 7 User Guide and DOSBook.
  347.  
  348. To set up one-time login, do the following:
  349.  
  350. 1. Reboot the computer.
  351.  
  352. 2. You will be prompted for a username and password; enter the correct
  353.    username and password for the defined local user.
  354.  
  355. 3. When you are logged in to the computer, you will be prompted to load
  356.    the network software; answer Y to this prompt.
  357.    
  358.    You will be logged in to your workgroup automatically.
  359.  
  360. 4. Make any required connections to other NetWare servers and map drives.
  361.    This is documented in the "Logging In" section of the "Using the
  362.    Network" chapter of the Novell DOS 7 User Guide and DOSBook.
  363.  
  364. 5. Save your current network settings to your local login script. This is
  365.    documented in the "Saving Connections" section of the "Using the 
  366.    Network" chapter in the Novell DOS 7 User Guide and DOSBook.
  367.  
  368.    The next time you reboot your computer and log in, you will be logged 
  369.    back in to the workgroup and servers automatically and drives will be
  370.    remapped automatically.
  371.  
  372. Connecting to NetWare 2 and 3 Servers
  373. =====================================
  374.  
  375. If you experience difficulty connecting to NetWare 2 or 3 servers, ask 
  376. your system administrator to check that you have the correct Frame settings
  377. for your network in NET.CFG.
  378.  
  379. Notes for Existing NetWare 2 and 3 Users
  380. ========================================
  381.  
  382. 1. Do not use NETX.COM or related shells with Personal NetWare. The
  383.    Personal NetWare client gives you simultaneous access to NetWare 2, 3,
  384.    and 4 servers as well as Personal NetWare servers.
  385.  
  386. 2. Path names must be less than 64 characters long. VLMs cannot support
  387.    a path name of more than 64 characters. To use longer paths, map a root
  388.    drive and continue from there.
  389.  
  390. Using a Network Copy of MS Windows on the Local Server
  391. ======================================================
  392.  
  393. If you run a network installation of MS Windows on your the local server
  394. and you want to use that version of MS Windows at the server, you must map
  395. a drive to the server and make sure that your path statement references
  396. both the network copy of MS Windows and your own MS Windows directory.
  397.  
  398. Increasing the Number of File Handles
  399. =====================================
  400.  
  401. If, as you run more applications and add more users, you encounter
  402. problems running applications across the network, be aware that the
  403. number of file handles allocated in the CONFIG.SYS file at the server
  404. may not be sufficient. This may also be true when you are running the
  405. server under MS Windows. An indication that this situation has occurred 
  406. would be getting unexpected "File not found" or "Directory not found" 
  407. error messages when doing a DIR command to a drive on that server.
  408.  
  409. The documentation for your applications should indicate the number of 
  410. file handles required per user; make sure that you allow the correct number 
  411. in the server's CONFIG.SYS, given the number of users running the 
  412. application and the number of times the application is run. If necessary, 
  413. change the FILES value. If a value greater than 255 is required, use 
  414. NET ADMIN to reconfigure the server so that it does not use the CONFIG.SYS 
  415. FILES value and set the required value.
  416.  
  417. OEM-supplied Network Board Drivers
  418. ==================================
  419.  
  420. To use a third-party network board driver that does not include a .INS
  421. file, do the following:
  422.  
  423. 1. Copy the driver file to the directory into which you installed
  424.    Personal NetWare. For example:
  425.  
  426.    COPY A:\MYDRIVER.COM C:\NWCLIENT
  427.  
  428. 2. Change to the Personal NetWare directory and rename the INS.OEM file
  429.    to xxxxxxxx.INS, where xxxxxxxx is the name of the driver file. For
  430.    example:
  431.  
  432.    REN INS.OEM MYDRIVER.INS
  433.  
  434. 3. Edit the new .INS file with an ASCII text editor and replace the two
  435.    references to 3RDPARTY.COM with the file name of your driver. The .INS
  436.    file looks like this:
  437.  
  438.    InS_StArT
  439.    3RDPARTY.COM
  440.    1.0
  441.    ^ Third Party Driver without .INS file,3RDPARTY.COM,IE0
  442.    !RIE0(INT)
  443.    2
  444.    @3
  445.    4
  446.    5
  447.    10
  448.    11
  449.    12
  450.    15
  451.    !RIE0(PORT)
  452.    @300
  453.    320
  454.    340
  455.    360
  456.    240
  457.    280
  458.    2C0
  459.    InS_EnD
  460.  
  461. 4. Run SETUP. On the screen that allows you to choose the primary
  462.    network interface board, display the list of drivers and choose
  463.    'Third party driver without .INS file'.
  464.  
  465. 5. Choose to accept the changes and continue, to confirm your choice. 
  466.  
  467. Running Personal NetWare with Other Networking Products
  468. =======================================================
  469.  
  470. The name (NET.EXE) of the Personal NetWare NET program is likely to
  471. exist in other networking products. After you install Novell DOS 7 with
  472. Personal NetWare, the PATH command will cause the operating system to
  473. search the NWCLIENT directory first. NWCLIENT contains NET.EXE. If you
  474. want to use a different NET.EXE program, edit the PATH command so that
  475. the appropriate directory is searched BEFORE the NWCLIENT directory.
  476.  
  477. Alternatively, you may find that if you install a different networking
  478. product (or MS Windows), the PATH command is changed so that the NWCLIENT
  479. directory is no longer searched first and a different NET.EXE program
  480. is run instead of Personal NetWare NET.EXE. If you want the Personal
  481. NetWare NET program to run, edit the PATH command so that NWCLIENT is
  482. searched first.
  483.  
  484. The Personal NetWare Tutorial
  485. =============================
  486.  
  487. There are two tutorials supplied with Personal NetWare.
  488. One describes how to use DOS versions of the Personal NetWare programs, 
  489. the other the MS Windows versions.
  490.  
  491. To install the tutorial for MS Windows, load MS Windows and run
  492. WINTUTOR.EXE from "Tutorial disk 1". Follow the instructions given on
  493. the screen. Once installation is complete, run the tutorial by selecting
  494. the Tutorial icon from the Personal Netware Tutorial program group.
  495.  
  496. To install the tutorial for DOS, insert "Tutorial disk 1" in your
  497. diskette drive and run DOSTUTOR.EXE from that drive. Follow the
  498. instructions given on the screen. Once installation is complete, 
  499. run the DOS tutorial by entering PNWTRAIN at the system prompt.  
  500.  
  501. Note: If you choose to install the DOS Personal NetWare tutorial to a 
  502. directory other than the default one, you must change to this directory 
  503. to run the tutorial.
  504.  
  505. Modifications to MS Windows INI Files
  506. =====================================
  507.  
  508. When you install the MS Windows element of Personal NetWare,
  509. the following files are modified automatically: SYSTEM.INI,
  510. WIN.INI, and PROGMAN.INI.
  511.  
  512. The following modifications are made to SYSTEM.INI:
  513.  
  514. in the [boot] section:        network.drv= is replaced by
  515.                 network.drv=netware.drv
  516.                 (This loads the NetWare user tools)
  517.  
  518. in the [boot.description]:    network.drv= is replaced by
  519.                 network.drv=Personal NetWare
  520.                 (This defines which Personal NetWare
  521.                 device version you are using)
  522.                 
  523. in the [386Enh] section:    network=dosnet is replaced by
  524.                 network=*vnetbios;vipx.386;vnetware.386
  525.                 (This specifies the type of network
  526.                 used with MS Windows 386 Enhanced mode)
  527.                                     
  528.                 TimerCriticalSection= is replaced by
  529.                 TimerCriticalSection=10000
  530.                 (Personal NetWare uses this setting to
  531.                 ensure that network traffic on your
  532.                 computer runs smoothly)
  533.                 
  534.                 ReflectDOSInt2A=TRUE is added.
  535.                     
  536.                 OverlappedIO=OFF is added.
  537.  
  538.                 PSPIncrement=5 is added.
  539.  
  540.                 UniqueDOSPSP=TRUE is added. 
  541.     
  542. The following modifications are made to WIN.INI:
  543.     
  544. in the [windows] section:    load= is replaced by
  545.                 load=nwpopup.exe
  546.                 (This allows network messages to display
  547.                 in MS Windows)
  548.  
  549.                 Netwarn=1 is added.
  550.                 (If this is set but the network is not
  551.                 loaded, MS Windows will display a pop-up
  552.                 indicating that the network is not loaded)
  553.  
  554. The following modifications are made to PROGMAN.INI:
  555.  
  556. in the [groups] section:    Groupx=C:\windows\pnw.grp is added to
  557.                 the list of group files.
  558.                 (This causes MS Windows to load the
  559.                 Personal NetWare program group in
  560.                 Program Manager).
  561.  
  562. Using Remote Computers on the Network
  563. =====================================
  564.  
  565. For information about how to set up the network so that remote diskless
  566. computers can boot from the Remote Boot disk image files stored on a
  567. Personal NetWare server's hard disk, read the file called RPLDOC.TXT.
  568.  
  569. Updating the Search & Destroy virus program
  570. ===========================================
  571.  
  572. Updates to the Search and Destroy virus library can be downloaded from the
  573. Sympantec/Fifth Generation BBS at:
  574.  
  575. 504-295-3344 2400 baud N/8/1
  576. 504-295-3261 9600 baud N/8/1
  577.  
  578. or from CompuServe at:
  579.  
  580. GOFIFTH
  581. in the anti-virus forum.
  582.